gtktreeview: don't handle extra mouse buttons
authorNelson Benitez Leon <nbenitezl@gmail.com>
Tue, 3 Apr 2012 15:33:15 +0000 (17:33 +0200)
committerNelson Benítez León <nbenitezl+gnome@gmail.com>
Wed, 4 Apr 2012 14:26:57 +0000 (16:26 +0200)
commit45a5151f940399a0d53109b9ae36e6eed27c21f7
treededc189e5a2ddd7efd6d318a65a96d6eae07b3bf
parentb7e3702d32e250c1e478836079517944494cf8ad
gtktreeview: don't handle extra mouse buttons

Don't handle mouse button events greater than 5 so
they can bubble up to be used by the application.

This was causing nautilus list view to not go forward
and backwards when pressing the extra mouse buttons
designated for that.

Fixes bug 673441

Signed-off-by: Nelson Benitez Leon <nbenitezl@gmail.com>
gtk/gtktreeview.c